]> git.saurik.com Git - apple/libdispatch.git/blob - examples/Dispatch Samples/Dispatch Samples.xcodeproj/project.pbxproj
libdispatch-84.5.tar.gz
[apple/libdispatch.git] / examples / Dispatch Samples / Dispatch Samples.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
8
9 /* Begin PBXAggregateTarget section */
10 4C96F87F0F8288070051687B /* Samples */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = 4C96F88F0F8288290051687B /* Build configuration list for PBXAggregateTarget "Samples" */;
13 buildPhases = (
14 );
15 dependencies = (
16 4C96F88B0F82881B0051687B /* PBXTargetDependency */,
17 4C96F8890F8288190051687B /* PBXTargetDependency */,
18 4C96F8870F8288170051687B /* PBXTargetDependency */,
19 4C96F8850F8288140051687B /* PBXTargetDependency */,
20 4C96F8830F82880E0051687B /* PBXTargetDependency */,
21 );
22 name = Samples;
23 productName = Samples;
24 };
25 /* End PBXAggregateTarget section */
26
27 /* Begin PBXBuildFile section */
28 4CBAB02C0F780242006D97F1 /* apply.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CBAB02A0F780242006D97F1 /* apply.c */; };
29 4CBAB04C0F7802DA006D97F1 /* netcat.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CBAB04A0F7802DA006D97F1 /* netcat.c */; };
30 4CBAB0530F7802F1006D97F1 /* proc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CBAB0510F7802F1006D97F1 /* proc.c */; };
31 4CBAB0560F780314006D97F1 /* readFile.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CBAB0540F780314006D97F1 /* readFile.c */; };
32 4CBAB0590F780327006D97F1 /* timers.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CBAB0570F780327006D97F1 /* timers.c */; };
33 /* End PBXBuildFile section */
34
35 /* Begin PBXContainerItemProxy section */
36 4C96F8820F82880E0051687B /* PBXContainerItemProxy */ = {
37 isa = PBXContainerItemProxy;
38 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
39 proxyType = 1;
40 remoteGlobalIDString = 4CBAB0240F7801C6006D97F1;
41 remoteInfo = "dispatch-apply";
42 };
43 4C96F8840F8288140051687B /* PBXContainerItemProxy */ = {
44 isa = PBXContainerItemProxy;
45 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
46 proxyType = 1;
47 remoteGlobalIDString = 4CBAB0300F780272006D97F1;
48 remoteInfo = "dispatch-netcat";
49 };
50 4C96F8860F8288170051687B /* PBXContainerItemProxy */ = {
51 isa = PBXContainerItemProxy;
52 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
53 proxyType = 1;
54 remoteGlobalIDString = 4CBAB0370F78028E006D97F1;
55 remoteInfo = "dispatch-proc";
56 };
57 4C96F8880F8288190051687B /* PBXContainerItemProxy */ = {
58 isa = PBXContainerItemProxy;
59 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
60 proxyType = 1;
61 remoteGlobalIDString = 4CBAB03E0F7802A6006D97F1;
62 remoteInfo = "dispatch-readFile";
63 };
64 4C96F88A0F82881B0051687B /* PBXContainerItemProxy */ = {
65 isa = PBXContainerItemProxy;
66 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
67 proxyType = 1;
68 remoteGlobalIDString = 4CBAB0450F7802BA006D97F1;
69 remoteInfo = "dispatch-timers";
70 };
71 /* End PBXContainerItemProxy section */
72
73 /* Begin PBXFileReference section */
74 4CBAB0250F7801C6006D97F1 /* dispatch-apply */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "dispatch-apply"; sourceTree = BUILT_PRODUCTS_DIR; };
75 4CBAB02A0F780242006D97F1 /* apply.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = apply.c; sourceTree = "<group>"; };
76 4CBAB0310F780272006D97F1 /* dispatch-netcat */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "dispatch-netcat"; sourceTree = BUILT_PRODUCTS_DIR; };
77 4CBAB0380F78028E006D97F1 /* dispatch-proc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "dispatch-proc"; sourceTree = BUILT_PRODUCTS_DIR; };
78 4CBAB03F0F7802A6006D97F1 /* dispatch-readFile */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "dispatch-readFile"; sourceTree = BUILT_PRODUCTS_DIR; };
79 4CBAB0460F7802BA006D97F1 /* dispatch-timers */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "dispatch-timers"; sourceTree = BUILT_PRODUCTS_DIR; };
80 4CBAB04A0F7802DA006D97F1 /* netcat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = netcat.c; sourceTree = "<group>"; };
81 4CBAB0510F7802F1006D97F1 /* proc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = proc.c; sourceTree = "<group>"; };
82 4CBAB0540F780314006D97F1 /* readFile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = readFile.c; sourceTree = "<group>"; };
83 4CBAB0570F780327006D97F1 /* timers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = timers.c; sourceTree = "<group>"; };
84 /* End PBXFileReference section */
85
86 /* Begin PBXFrameworksBuildPhase section */
87 4CBAB0230F7801C6006D97F1 /* Frameworks */ = {
88 isa = PBXFrameworksBuildPhase;
89 buildActionMask = 2147483647;
90 files = (
91 );
92 runOnlyForDeploymentPostprocessing = 0;
93 };
94 4CBAB02F0F780272006D97F1 /* Frameworks */ = {
95 isa = PBXFrameworksBuildPhase;
96 buildActionMask = 2147483647;
97 files = (
98 );
99 runOnlyForDeploymentPostprocessing = 0;
100 };
101 4CBAB0360F78028E006D97F1 /* Frameworks */ = {
102 isa = PBXFrameworksBuildPhase;
103 buildActionMask = 2147483647;
104 files = (
105 );
106 runOnlyForDeploymentPostprocessing = 0;
107 };
108 4CBAB03D0F7802A6006D97F1 /* Frameworks */ = {
109 isa = PBXFrameworksBuildPhase;
110 buildActionMask = 2147483647;
111 files = (
112 );
113 runOnlyForDeploymentPostprocessing = 0;
114 };
115 4CBAB0440F7802BA006D97F1 /* Frameworks */ = {
116 isa = PBXFrameworksBuildPhase;
117 buildActionMask = 2147483647;
118 files = (
119 );
120 runOnlyForDeploymentPostprocessing = 0;
121 };
122 /* End PBXFrameworksBuildPhase section */
123
124 /* Begin PBXGroup section */
125 08FB7794FE84155DC02AAC07 /* Dispatch Samples */ = {
126 isa = PBXGroup;
127 children = (
128 08FB7795FE84155DC02AAC07 /* Source */,
129 C6A0FF2B0290797F04C91782 /* Documentation */,
130 1AB674ADFE9D54B511CA2CBB /* Products */,
131 );
132 name = "Dispatch Samples";
133 sourceTree = "<group>";
134 };
135 08FB7795FE84155DC02AAC07 /* Source */ = {
136 isa = PBXGroup;
137 children = (
138 4CBAB0570F780327006D97F1 /* timers.c */,
139 4CBAB0540F780314006D97F1 /* readFile.c */,
140 4CBAB0510F7802F1006D97F1 /* proc.c */,
141 4CBAB04A0F7802DA006D97F1 /* netcat.c */,
142 4CBAB02A0F780242006D97F1 /* apply.c */,
143 );
144 name = Source;
145 sourceTree = "<group>";
146 };
147 1AB674ADFE9D54B511CA2CBB /* Products */ = {
148 isa = PBXGroup;
149 children = (
150 4CBAB0250F7801C6006D97F1 /* dispatch-apply */,
151 4CBAB0310F780272006D97F1 /* dispatch-netcat */,
152 4CBAB0380F78028E006D97F1 /* dispatch-proc */,
153 4CBAB03F0F7802A6006D97F1 /* dispatch-readFile */,
154 4CBAB0460F7802BA006D97F1 /* dispatch-timers */,
155 );
156 name = Products;
157 sourceTree = "<group>";
158 };
159 C6A0FF2B0290797F04C91782 /* Documentation */ = {
160 isa = PBXGroup;
161 children = (
162 );
163 name = Documentation;
164 sourceTree = "<group>";
165 };
166 /* End PBXGroup section */
167
168 /* Begin PBXNativeTarget section */
169 4CBAB0240F7801C6006D97F1 /* dispatch-apply */ = {
170 isa = PBXNativeTarget;
171 buildConfigurationList = 4CBAB0290F7801E5006D97F1 /* Build configuration list for PBXNativeTarget "dispatch-apply" */;
172 buildPhases = (
173 4CBAB0220F7801C6006D97F1 /* Sources */,
174 4CBAB0230F7801C6006D97F1 /* Frameworks */,
175 );
176 buildRules = (
177 );
178 dependencies = (
179 );
180 name = "dispatch-apply";
181 productName = "dispatch-apply";
182 productReference = 4CBAB0250F7801C6006D97F1 /* dispatch-apply */;
183 productType = "com.apple.product-type.tool";
184 };
185 4CBAB0300F780272006D97F1 /* dispatch-netcat */ = {
186 isa = PBXNativeTarget;
187 buildConfigurationList = 4CBAB04D0F7802DA006D97F1 /* Build configuration list for PBXNativeTarget "dispatch-netcat" */;
188 buildPhases = (
189 4CBAB02E0F780272006D97F1 /* Sources */,
190 4CBAB02F0F780272006D97F1 /* Frameworks */,
191 );
192 buildRules = (
193 );
194 dependencies = (
195 );
196 name = "dispatch-netcat";
197 productName = "dispatch-netcat";
198 productReference = 4CBAB0310F780272006D97F1 /* dispatch-netcat */;
199 productType = "com.apple.product-type.tool";
200 };
201 4CBAB0370F78028E006D97F1 /* dispatch-proc */ = {
202 isa = PBXNativeTarget;
203 buildConfigurationList = 4CBAB04E0F7802DA006D97F1 /* Build configuration list for PBXNativeTarget "dispatch-proc" */;
204 buildPhases = (
205 4CBAB0350F78028E006D97F1 /* Sources */,
206 4CBAB0360F78028E006D97F1 /* Frameworks */,
207 );
208 buildRules = (
209 );
210 dependencies = (
211 );
212 name = "dispatch-proc";
213 productName = "dispatch-proc";
214 productReference = 4CBAB0380F78028E006D97F1 /* dispatch-proc */;
215 productType = "com.apple.product-type.tool";
216 };
217 4CBAB03E0F7802A6006D97F1 /* dispatch-readFile */ = {
218 isa = PBXNativeTarget;
219 buildConfigurationList = 4CBAB04F0F7802DA006D97F1 /* Build configuration list for PBXNativeTarget "dispatch-readFile" */;
220 buildPhases = (
221 4CBAB03C0F7802A6006D97F1 /* Sources */,
222 4CBAB03D0F7802A6006D97F1 /* Frameworks */,
223 );
224 buildRules = (
225 );
226 dependencies = (
227 );
228 name = "dispatch-readFile";
229 productName = "dispatch-readFile";
230 productReference = 4CBAB03F0F7802A6006D97F1 /* dispatch-readFile */;
231 productType = "com.apple.product-type.tool";
232 };
233 4CBAB0450F7802BA006D97F1 /* dispatch-timers */ = {
234 isa = PBXNativeTarget;
235 buildConfigurationList = 4CBAB0500F7802DA006D97F1 /* Build configuration list for PBXNativeTarget "dispatch-timers" */;
236 buildPhases = (
237 4CBAB0430F7802BA006D97F1 /* Sources */,
238 4CBAB0440F7802BA006D97F1 /* Frameworks */,
239 );
240 buildRules = (
241 );
242 dependencies = (
243 );
244 name = "dispatch-timers";
245 productName = "dispatch-timers";
246 productReference = 4CBAB0460F7802BA006D97F1 /* dispatch-timers */;
247 productType = "com.apple.product-type.tool";
248 };
249 /* End PBXNativeTarget section */
250
251 /* Begin PBXProject section */
252 08FB7793FE84155DC02AAC07 /* Project object */ = {
253 isa = PBXProject;
254 buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "Dispatch Samples" */;
255 compatibilityVersion = "Xcode 3.1";
256 hasScannedForEncodings = 1;
257 mainGroup = 08FB7794FE84155DC02AAC07 /* Dispatch Samples */;
258 projectDirPath = "";
259 projectRoot = "";
260 targets = (
261 4C96F87F0F8288070051687B /* Samples */,
262 4CBAB0240F7801C6006D97F1 /* dispatch-apply */,
263 4CBAB0300F780272006D97F1 /* dispatch-netcat */,
264 4CBAB0370F78028E006D97F1 /* dispatch-proc */,
265 4CBAB03E0F7802A6006D97F1 /* dispatch-readFile */,
266 4CBAB0450F7802BA006D97F1 /* dispatch-timers */,
267 );
268 };
269 /* End PBXProject section */
270
271 /* Begin PBXSourcesBuildPhase section */
272 4CBAB0220F7801C6006D97F1 /* Sources */ = {
273 isa = PBXSourcesBuildPhase;
274 buildActionMask = 2147483647;
275 files = (
276 4CBAB02C0F780242006D97F1 /* apply.c in Sources */,
277 );
278 runOnlyForDeploymentPostprocessing = 0;
279 };
280 4CBAB02E0F780272006D97F1 /* Sources */ = {
281 isa = PBXSourcesBuildPhase;
282 buildActionMask = 2147483647;
283 files = (
284 4CBAB04C0F7802DA006D97F1 /* netcat.c in Sources */,
285 );
286 runOnlyForDeploymentPostprocessing = 0;
287 };
288 4CBAB0350F78028E006D97F1 /* Sources */ = {
289 isa = PBXSourcesBuildPhase;
290 buildActionMask = 2147483647;
291 files = (
292 4CBAB0530F7802F1006D97F1 /* proc.c in Sources */,
293 );
294 runOnlyForDeploymentPostprocessing = 0;
295 };
296 4CBAB03C0F7802A6006D97F1 /* Sources */ = {
297 isa = PBXSourcesBuildPhase;
298 buildActionMask = 2147483647;
299 files = (
300 4CBAB0560F780314006D97F1 /* readFile.c in Sources */,
301 );
302 runOnlyForDeploymentPostprocessing = 0;
303 };
304 4CBAB0430F7802BA006D97F1 /* Sources */ = {
305 isa = PBXSourcesBuildPhase;
306 buildActionMask = 2147483647;
307 files = (
308 4CBAB0590F780327006D97F1 /* timers.c in Sources */,
309 );
310 runOnlyForDeploymentPostprocessing = 0;
311 };
312 /* End PBXSourcesBuildPhase section */
313
314 /* Begin PBXTargetDependency section */
315 4C96F8830F82880E0051687B /* PBXTargetDependency */ = {
316 isa = PBXTargetDependency;
317 target = 4CBAB0240F7801C6006D97F1 /* dispatch-apply */;
318 targetProxy = 4C96F8820F82880E0051687B /* PBXContainerItemProxy */;
319 };
320 4C96F8850F8288140051687B /* PBXTargetDependency */ = {
321 isa = PBXTargetDependency;
322 target = 4CBAB0300F780272006D97F1 /* dispatch-netcat */;
323 targetProxy = 4C96F8840F8288140051687B /* PBXContainerItemProxy */;
324 };
325 4C96F8870F8288170051687B /* PBXTargetDependency */ = {
326 isa = PBXTargetDependency;
327 target = 4CBAB0370F78028E006D97F1 /* dispatch-proc */;
328 targetProxy = 4C96F8860F8288170051687B /* PBXContainerItemProxy */;
329 };
330 4C96F8890F8288190051687B /* PBXTargetDependency */ = {
331 isa = PBXTargetDependency;
332 target = 4CBAB03E0F7802A6006D97F1 /* dispatch-readFile */;
333 targetProxy = 4C96F8880F8288190051687B /* PBXContainerItemProxy */;
334 };
335 4C96F88B0F82881B0051687B /* PBXTargetDependency */ = {
336 isa = PBXTargetDependency;
337 target = 4CBAB0450F7802BA006D97F1 /* dispatch-timers */;
338 targetProxy = 4C96F88A0F82881B0051687B /* PBXContainerItemProxy */;
339 };
340 /* End PBXTargetDependency section */
341
342 /* Begin XCBuildConfiguration section */
343 1DEB928A08733DD80010E9CD /* Debug */ = {
344 isa = XCBuildConfiguration;
345 buildSettings = {
346 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
347 GCC_C_LANGUAGE_STANDARD = gnu99;
348 GCC_OPTIMIZATION_LEVEL = 0;
349 GCC_WARN_ABOUT_RETURN_TYPE = YES;
350 GCC_WARN_UNUSED_VARIABLE = YES;
351 ONLY_ACTIVE_ARCH = YES;
352 PREBINDING = NO;
353 SDKROOT = macosx10.6;
354 };
355 name = Debug;
356 };
357 1DEB928B08733DD80010E9CD /* Release */ = {
358 isa = XCBuildConfiguration;
359 buildSettings = {
360 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
361 GCC_C_LANGUAGE_STANDARD = gnu99;
362 GCC_WARN_ABOUT_RETURN_TYPE = YES;
363 GCC_WARN_UNUSED_VARIABLE = YES;
364 PREBINDING = NO;
365 SDKROOT = macosx10.6;
366 };
367 name = Release;
368 };
369 4C96F8800F8288080051687B /* Debug */ = {
370 isa = XCBuildConfiguration;
371 buildSettings = {
372 COPY_PHASE_STRIP = NO;
373 GCC_DYNAMIC_NO_PIC = NO;
374 GCC_OPTIMIZATION_LEVEL = 0;
375 PRODUCT_NAME = Samples;
376 };
377 name = Debug;
378 };
379 4C96F8810F8288080051687B /* Release */ = {
380 isa = XCBuildConfiguration;
381 buildSettings = {
382 COPY_PHASE_STRIP = YES;
383 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
384 GCC_ENABLE_FIX_AND_CONTINUE = NO;
385 PRODUCT_NAME = Samples;
386 ZERO_LINK = NO;
387 };
388 name = Release;
389 };
390 4CBAB0270F7801C7006D97F1 /* Debug */ = {
391 isa = XCBuildConfiguration;
392 buildSettings = {
393 ALWAYS_SEARCH_USER_PATHS = NO;
394 COPY_PHASE_STRIP = NO;
395 GCC_DYNAMIC_NO_PIC = NO;
396 GCC_ENABLE_FIX_AND_CONTINUE = YES;
397 GCC_MODEL_TUNING = G5;
398 GCC_OPTIMIZATION_LEVEL = 0;
399 INSTALL_PATH = /usr/local/bin;
400 PREBINDING = NO;
401 PRODUCT_NAME = "dispatch-apply";
402 };
403 name = Debug;
404 };
405 4CBAB0280F7801C7006D97F1 /* Release */ = {
406 isa = XCBuildConfiguration;
407 buildSettings = {
408 ALWAYS_SEARCH_USER_PATHS = NO;
409 COPY_PHASE_STRIP = YES;
410 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
411 GCC_ENABLE_FIX_AND_CONTINUE = NO;
412 GCC_MODEL_TUNING = G5;
413 INSTALL_PATH = /usr/local/bin;
414 PREBINDING = NO;
415 PRODUCT_NAME = "dispatch-apply";
416 ZERO_LINK = NO;
417 };
418 name = Release;
419 };
420 4CBAB0330F780273006D97F1 /* Debug */ = {
421 isa = XCBuildConfiguration;
422 buildSettings = {
423 ALWAYS_SEARCH_USER_PATHS = NO;
424 COPY_PHASE_STRIP = NO;
425 GCC_DYNAMIC_NO_PIC = NO;
426 GCC_ENABLE_FIX_AND_CONTINUE = YES;
427 GCC_MODEL_TUNING = G5;
428 GCC_OPTIMIZATION_LEVEL = 0;
429 INSTALL_PATH = /usr/local/bin;
430 PREBINDING = NO;
431 PRODUCT_NAME = "dispatch-netcat";
432 };
433 name = Debug;
434 };
435 4CBAB0340F780273006D97F1 /* Release */ = {
436 isa = XCBuildConfiguration;
437 buildSettings = {
438 ALWAYS_SEARCH_USER_PATHS = NO;
439 COPY_PHASE_STRIP = YES;
440 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
441 GCC_ENABLE_FIX_AND_CONTINUE = NO;
442 GCC_MODEL_TUNING = G5;
443 INSTALL_PATH = /usr/local/bin;
444 PREBINDING = NO;
445 PRODUCT_NAME = "dispatch-netcat";
446 ZERO_LINK = NO;
447 };
448 name = Release;
449 };
450 4CBAB03A0F78028F006D97F1 /* Debug */ = {
451 isa = XCBuildConfiguration;
452 buildSettings = {
453 ALWAYS_SEARCH_USER_PATHS = NO;
454 COPY_PHASE_STRIP = NO;
455 GCC_DYNAMIC_NO_PIC = NO;
456 GCC_ENABLE_FIX_AND_CONTINUE = YES;
457 GCC_MODEL_TUNING = G5;
458 GCC_OPTIMIZATION_LEVEL = 0;
459 INSTALL_PATH = /usr/local/bin;
460 PREBINDING = NO;
461 PRODUCT_NAME = "dispatch-proc";
462 };
463 name = Debug;
464 };
465 4CBAB03B0F78028F006D97F1 /* Release */ = {
466 isa = XCBuildConfiguration;
467 buildSettings = {
468 ALWAYS_SEARCH_USER_PATHS = NO;
469 COPY_PHASE_STRIP = YES;
470 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
471 GCC_ENABLE_FIX_AND_CONTINUE = NO;
472 GCC_MODEL_TUNING = G5;
473 INSTALL_PATH = /usr/local/bin;
474 PREBINDING = NO;
475 PRODUCT_NAME = "dispatch-proc";
476 ZERO_LINK = NO;
477 };
478 name = Release;
479 };
480 4CBAB0410F7802A7006D97F1 /* Debug */ = {
481 isa = XCBuildConfiguration;
482 buildSettings = {
483 ALWAYS_SEARCH_USER_PATHS = NO;
484 COPY_PHASE_STRIP = NO;
485 GCC_DYNAMIC_NO_PIC = NO;
486 GCC_ENABLE_FIX_AND_CONTINUE = YES;
487 GCC_MODEL_TUNING = G5;
488 GCC_OPTIMIZATION_LEVEL = 0;
489 INSTALL_PATH = /usr/local/bin;
490 PREBINDING = NO;
491 PRODUCT_NAME = "dispatch-readFile";
492 };
493 name = Debug;
494 };
495 4CBAB0420F7802A7006D97F1 /* Release */ = {
496 isa = XCBuildConfiguration;
497 buildSettings = {
498 ALWAYS_SEARCH_USER_PATHS = NO;
499 COPY_PHASE_STRIP = YES;
500 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
501 GCC_ENABLE_FIX_AND_CONTINUE = NO;
502 GCC_MODEL_TUNING = G5;
503 INSTALL_PATH = /usr/local/bin;
504 PREBINDING = NO;
505 PRODUCT_NAME = "dispatch-readFile";
506 ZERO_LINK = NO;
507 };
508 name = Release;
509 };
510 4CBAB0480F7802BB006D97F1 /* Debug */ = {
511 isa = XCBuildConfiguration;
512 buildSettings = {
513 ALWAYS_SEARCH_USER_PATHS = NO;
514 COPY_PHASE_STRIP = NO;
515 GCC_DYNAMIC_NO_PIC = NO;
516 GCC_ENABLE_FIX_AND_CONTINUE = YES;
517 GCC_MODEL_TUNING = G5;
518 GCC_OPTIMIZATION_LEVEL = 0;
519 INSTALL_PATH = /usr/local/bin;
520 PREBINDING = NO;
521 PRODUCT_NAME = "dispatch-timers";
522 };
523 name = Debug;
524 };
525 4CBAB0490F7802BB006D97F1 /* Release */ = {
526 isa = XCBuildConfiguration;
527 buildSettings = {
528 ALWAYS_SEARCH_USER_PATHS = NO;
529 COPY_PHASE_STRIP = YES;
530 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
531 GCC_ENABLE_FIX_AND_CONTINUE = NO;
532 GCC_MODEL_TUNING = G5;
533 INSTALL_PATH = /usr/local/bin;
534 PREBINDING = NO;
535 PRODUCT_NAME = "dispatch-timers";
536 ZERO_LINK = NO;
537 };
538 name = Release;
539 };
540 /* End XCBuildConfiguration section */
541
542 /* Begin XCConfigurationList section */
543 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "Dispatch Samples" */ = {
544 isa = XCConfigurationList;
545 buildConfigurations = (
546 1DEB928A08733DD80010E9CD /* Debug */,
547 1DEB928B08733DD80010E9CD /* Release */,
548 );
549 defaultConfigurationIsVisible = 0;
550 defaultConfigurationName = Release;
551 };
552 4C96F88F0F8288290051687B /* Build configuration list for PBXAggregateTarget "Samples" */ = {
553 isa = XCConfigurationList;
554 buildConfigurations = (
555 4C96F8800F8288080051687B /* Debug */,
556 4C96F8810F8288080051687B /* Release */,
557 );
558 defaultConfigurationIsVisible = 0;
559 defaultConfigurationName = Release;
560 };
561 4CBAB0290F7801E5006D97F1 /* Build configuration list for PBXNativeTarget "dispatch-apply" */ = {
562 isa = XCConfigurationList;
563 buildConfigurations = (
564 4CBAB0270F7801C7006D97F1 /* Debug */,
565 4CBAB0280F7801C7006D97F1 /* Release */,
566 );
567 defaultConfigurationIsVisible = 0;
568 defaultConfigurationName = Release;
569 };
570 4CBAB04D0F7802DA006D97F1 /* Build configuration list for PBXNativeTarget "dispatch-netcat" */ = {
571 isa = XCConfigurationList;
572 buildConfigurations = (
573 4CBAB0330F780273006D97F1 /* Debug */,
574 4CBAB0340F780273006D97F1 /* Release */,
575 );
576 defaultConfigurationIsVisible = 0;
577 defaultConfigurationName = Release;
578 };
579 4CBAB04E0F7802DA006D97F1 /* Build configuration list for PBXNativeTarget "dispatch-proc" */ = {
580 isa = XCConfigurationList;
581 buildConfigurations = (
582 4CBAB03A0F78028F006D97F1 /* Debug */,
583 4CBAB03B0F78028F006D97F1 /* Release */,
584 );
585 defaultConfigurationIsVisible = 0;
586 defaultConfigurationName = Release;
587 };
588 4CBAB04F0F7802DA006D97F1 /* Build configuration list for PBXNativeTarget "dispatch-readFile" */ = {
589 isa = XCConfigurationList;
590 buildConfigurations = (
591 4CBAB0410F7802A7006D97F1 /* Debug */,
592 4CBAB0420F7802A7006D97F1 /* Release */,
593 );
594 defaultConfigurationIsVisible = 0;
595 defaultConfigurationName = Release;
596 };
597 4CBAB0500F7802DA006D97F1 /* Build configuration list for PBXNativeTarget "dispatch-timers" */ = {
598 isa = XCConfigurationList;
599 buildConfigurations = (
600 4CBAB0480F7802BB006D97F1 /* Debug */,
601 4CBAB0490F7802BB006D97F1 /* Release */,
602 );
603 defaultConfigurationIsVisible = 0;
604 defaultConfigurationName = Release;
605 };
606 /* End XCConfigurationList section */
607 };
608 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
609 }